.sh-header-main {
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
  }
  
  .sh-categories-container>div>h2 {
    display: none !important;
  }
  
  .sh-categories-container>div>hr {
    display: none !important;
  }
  
  .sh-banner-collection-card>a>div>div>p {
    display: none;
  }
  
  .sh-banner-collection-card>a>div>div>p>svg {
    display: none;
  }
  
  .sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  
  .sh-product-card-discount-tag {
    font-weight: 400 !important;
    border-radius: 0px !important;
  }
  
  .sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 0px !important;
  }
  
  .sh-try {
    display: none;
  }
  .sh-header-main
  {
  background-color:#020202;
  color:#fff;
  }
  .sh-footer-main
  {
  background-color:#020202;
  color:#fff;
  }
  .sh-footer-icon
  {
  color:#fff;
  }
  .cat-card-img {
  border-radius:20%
  }

  

  .pr-long-card {
    width: 100%;
    padding: 12px;
    display: flex
;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ffa500;
}

.pr-long-card .pr-image {
    aspect-ratio: var(--pr-image-aspect-ratio, 3 / 4);
    transition-duration: 450ms;
    object-fit: contain !important;
}


.pr-outlined-button {
    display: block;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #000000;
    color: white;
    background-color: #000000;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    min-width: 80px;
}

.pr-outlined-button:hover {
    display: block;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #000000;
    color: #000000;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    min-width: 80px;
    transition: transform 0.8s ease;
}


.pr-card-action-enquiry {
  padding: 6px;
  height: 40px;
  font-weight: 600;
  border: 1px solid #3ac34c;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #3ac34c;
  border-radius: 6px;
  font-size: 12px;
}


.pr-card-action-enquiry:hover {
  padding: 6px;
  height: 40px;
  font-weight: 600;
  border: 1px solid #3ac34c;
  display: flex;
  align-items: center;
  color: #3ac34c;
  background: #ffffff;
  border-radius: 6px;
  font-size: 12px;
}